PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFRadioButtonField Class / setSelectedIndex Method
The lowest ordinal index of the selected widgets in the field. The default is -1, which indicates that nothing is selected.
In This Topic
    setSelectedIndex Method
    In This Topic
    Sets the lowest ordinal index of the selected widgets in the field.
    Syntax
    public void setSelectedIndex( 
       int selectedIndex
    )

    Parameters

    selectedIndex
    The lowest ordinal index of the selected widgets in the field. The default is -1, which indicates that nothing is selected.
    See Also